From db075b1c23b011931bf6d585eafda1cc4d821ea9 Mon Sep 17 00:00:00 2001 From: oliskoli Date: Thu, 17 Apr 2008 21:37:57 +0000 Subject: [PATCH] Add some incomplete statements to GMSD (Garmin special data) fields. git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@3187 f51c46e8-681c-474f-0cfe-069cfd0219fb --- gpsbabel/xmldoc/chapters/styles.xml | 36 +++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) diff --git a/gpsbabel/xmldoc/chapters/styles.xml b/gpsbabel/xmldoc/chapters/styles.xml index 123786bc2..2f7e2e9c7 100644 --- a/gpsbabel/xmldoc/chapters/styles.xml +++ b/gpsbabel/xmldoc/chapters/styles.xml @@ -1180,6 +1180,42 @@ example: ROUTE_NAME The name of the route currently being operated on. Needs string conversion.example:ROUTE_NAME, "", "%s" +
+STREET_NAME +Street address including house number. +example:STREET_ADDR, "", "%s" +
+ +
+CITY +The name of a city. Sometimes part of "Points of Interest". +example:CITY, "", "%s" +
+ +
+COUNTRY +....... +example:COUNTRY, "", "%s" +
+ +
+FACILITY +....... +example:FACILITY, "", "%s" +
+ +
+PHONE_NR +....... +example:PHONE_NR, "", "%s" +
+ +
+POSTAL_CODE +....... +example:POSTAL_CODE, "", "%s" +
+
-- 2.30.2